home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
American History: Interactive Maps & User's Guide
/
American History: Interactive Maps & User's Guide.iso
/
pc
/
TIMESCPE.dxr
/
00176.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-25
|
368 b
|
21 lines
on exitFrame
global gEdgeCheck, gStop, gChapter
repeat with i = 1 to 5
puppetSprite(i, 0)
end repeat
repeat with i = 39 to 47
puppetSprite(i, 0)
end repeat
set gEdgeCheck to 0
set gStop to 0
if gChapter = 98 then
go(1, "Tour")
else
if gChapter = 99 then
go(1, "Credits")
else
go(1, "Toolbook")
end if
end if
end